From: Bastien Guerry Date: Thu, 5 Apr 2012 07:29:19 +0000 (+0200) Subject: Fix typo in color.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~272 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6758c1615ab789c24bdaec6fdd5bd7b78aa75f36;p=emacs.git Fix typo in color.el. Thanks to Brad Town for spotting this. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49eb6eccdb9..ecc07fa7090 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-04-05 Bastien Guerry + + * color.el (color-lighten-name): Fix typo. + 2012-04-04 Stefan Monnier * server.el (server--on-display-p): New function. diff --git a/lisp/color.el b/lisp/color.el index 65536752ed8..6ccf9a79494 100644 --- a/lisp/color.el +++ b/lisp/color.el @@ -394,7 +394,7 @@ inclusive." See `color-lighten-hsl'." (apply 'color-rgb-to-hex (apply 'color-hsl-to-rgb - (apply 'color-lighten--hsl + (apply 'color-lighten-hsl (append (apply 'color-rgb-to-hsl (color-name-to-rgb name))